projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac2498a
)
Fix read-no-blanks-input doc string typo
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 12 Sep 2021 12:11:53 +0000
(14:11 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 12 Sep 2021 12:11:57 +0000
(14:11 +0200)
* lisp/minibuffer.el (read-no-blanks-input): Fix doc string typo.
lisp/minibuffer.el
patch
|
blob
|
history
diff --git
a/lisp/minibuffer.el
b/lisp/minibuffer.el
index 8a0122ae5f6465db127352d0db1ef06ade4473d3..539a2c28cdeea7410d74239f3b213a209f1b8b31 100644
(file)
--- a/
lisp/minibuffer.el
+++ b/
lisp/minibuffer.el
@@
-2683,7
+2683,7
@@
Such values are treated as in `read-from-minibuffer', but are normally
not useful in this function.)
Third arg INHERIT-INPUT-METHOD, if non-nil, means the minibuffer inherits
-the current input method and the setting of`enable-multibyte-characters'.
+the current input method and the setting of
`enable-multibyte-characters'.
If `inhibit-interaction' is non-nil, this function will signal an
`inhibited-interaction' error."